/* Theme Name: Rejuvenics *
* Developed By: Sumit Rana*
* Mob. No.: 8650222727
* Version: 1.0, 2023*
*/
/*============================================================================================*/
/* 1. SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700;900&display=swap');

/*-------- 1.1 Typography --------*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}

body {
	font-family: 'titillium web', sans-serif;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #8d949e;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272727;
	line-height: 1.5;
	font-family: 'titillium web', sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

label {
	color: #444;
	font-weight: 500;
}

.list-item .dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #555555;
	display: flex;
}

.form-control {
	/* border-color: #fff; */
	border: 1px solid #ced4da !important;
	border-radius: 5px;
	box-shadow: none;
	height: 43px;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}

.payment-page .form-check-input:checked {
	background-color: #4caf50;
	border-color: #4caf50;
}

.payment-page .form-check-input:focus {
	border-color: #4caf50;
	outline: 0;
	box-shadow: none;
}

.form-control::placeholder {
	color: #495057;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
}

.search-field .custom-select {
	font-size: 14px;
	font-weight: 500;
}

.form-control.input-sm {
	min-height: 36px;
}

.text-primary {
	color: #b62858 !important;
}

.text-info {
	color: #0b8d9e !important;
}

.text-light {
	color: #6e6e6e !important;
}

.bg-info {
	background-color: #0b8d9e !important;
}

.btn-primary {
	border-color: #be406b !important;
	background-color: #be406b !important;
	color: #ffffff !important;
	color: #fff;
	font-size: 16px;
	padding: .46rem 0.75rem;
	border-radius: 5px;
}

.btn.with_icon {
	display: flex;
	align-items: center;
	text-align: left;
	max-width: 300px;
	padding: 1em;
}

.btn.with_icon .button_icon {
	font-size: 1.5em;
	margin-right: 0.3em;
}

.btn .button_title {
	color: #fff;
	text-transform: capitalize;
	font-size: .95em;
	display: block;
	line-height: 1.3;
}

.btn .button_subtitle {
	color: #8d949e;
	text-transform: uppercase;
	font-size: .7em;
	display: block;
	line-height: 1.3;
}

.btn:hover .button_subtitle {
	color: #fff;
}

.btn-primary {
	border-color: #be406b !important;
	background-color: #be406b !important;
	color: #ffffff !important;
}

.btn-primary:hover {
	border-color: #be406b !important;
	background-color: #be406b !important;
	color: #ffffff !important;
}

.btn-info:not(:hover) {
	border-color: #0b8d9e !important;
	background-color: #0b8d9e !important;
	color: #ffffff !important;
}

.btn-lg {
	border-radius: 10px;
	padding: 1em 2.2em;
	font-size: 18px;
	letter-spacing: 0;
}

.text-primary {
	color: 3d48b2;
}

.strong {
	font-weight: bold;
}

.btn-dark {
	background: #000;
	border-radius: 10px;
	padding: 15px 25px;
}

/*-------- 1.2 Structure --------*/
.container-fluid.wide {
	max-width: 1800px;
	margin: 0 auto;
}

.item_title {
	font-size: 2.4em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	font-weight: 200;
}

.item_title strong {
	font-weight: 600;
}

@media (max-width: 768px) {
	html {
		font-size: 80%;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1400px;
	}
}

/*============================================================================================*/
/* 2. HEADER AND NAVIGATION */
/*============================================================================================*/
/*-------- 2.1 Header --------*/
.v-center {
	align-items: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/* header */
.top-header {
	color: #fff;
	font-size: 14px;
}

.top-header {
	position: fixed;
	top: 0;
	z-index: 99;
	right: 0;
	left: 0;
	background: #0d1820;
	padding: 6px 0;
	color: #fff;
	font-size: 14px;
}

.top-header p {
	color: #fff;
	font-size: 18px;
	font-family: 'titillium web', sans-serif;
	font-weight: 600;
}

.box-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box-left ul li {
	display: inline-block;
	padding: 0 14px;
}

.box-left ul li a {
	color: #fff;
}

.regerv_btn a {
	margin-top: 0px;
	background: #be406b;
	padding: 8px 20px;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border-radius: 2px;
	font-family: 'titillium web', sans-serif;
	background-size: 200% auto;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	border: 1px solid #be406b;
}

.header {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 99;
	padding: 15px;
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
	top: 54px;
	background: #fff;
}

.header .item-left {
	flex: 0 0 15%;
}

.header .item-right {
	flex: 0 0 15%;
}

.header .logo a {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

.header .item-center {
	flex: 0 0 85%;
	text-align: right;
}

.header-item.item-left ul li a img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.header .item-right {
	flex: 0 0 35%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .item-right a {
	text-decoration: none;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin-left: 0px;
	transition: color 0.3s ease;
}

.header .menu>ul>li {
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}

.header .menu>ul>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 8px 24px 0px rgba(0, 0, 0, 0.2);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.logo img {
	width: 200px;
}

.header-item.item-left ul li {
	display: inline-block;
	padding-left: 20px;
}

a.start-proj {
	margin-left: 50px;
	font-size: 14px;
	color: #002134;
	background-color: #fff;
	border-radius: 5px;
	padding: 7px 34px;
}

.more-btn {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a.start-proj span {
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.more-btn span {
	position: relative;
	z-index: 1;
}

a.start-proj {
	font-size: 14px;
	color: #002134;
}

.more-btn::after {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border-radius: 7px;
	display: block;
	background-color: #646464;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
}

a.start-proj:hover {
	color: #fff;
}

.more-btn:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.more-btn.start-proj:hover {
	color: #fff !important;
}

@media(min-width: 992px) {
	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}
}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
	padding: 7px 0;
	/* display: inline-block; */
	font-size: 13px;
	color: #000;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.header .menu>ul>li .sub-menu.mega-menu {
	transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
	padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
	flex: 0 0 25%;
	padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
	margin: 0;
	margin-top: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #ea4636;
}

/* banner section */
.banner-section {
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none;
}

.call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	margin-right: 2rem;
}

.call .call-icon {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	position: relative;
}

.call .call-icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1);
	border: 1px solid #fff;
}

.call .call-icon svg {
	height: 18px;
	width: 18px;
	float: left;
	stroke: #fff;
	stroke-width: 1px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.call .call-icon svg {
	stroke: #fff;
	stroke-width: 1px;
}

.call .call-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: left;
}

.call .call-txt span {
	margin-bottom: 5px;
	float: left;
	color: #fff;
	font-size: 12px;
}

.call .call-txt a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call .call-txt a span {
	letter-spacing: 1.5px;
	color: #fff;
	font-size: 15px;
	margin: 0;
}

.call .call-txt a svg {
	width: 6px;
	height: 10px;
	float: left;
	fill: #fff;
	margin-left: 10px;
}

.call .call-txt a svg {
	fill: #fff;
}

.regerv_btn a:hover {
	background: #f6eefb;
	color: #000 !important;
}

/*responsive*/
@media(max-width: 991px) {
	.btn-register-header {
		border: solid 1px #fff;
	}

	.header .item-center {
		order: 3;
		flex: 0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex: content;
	}

	.v-center {
		justify-content: space-between;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 22px;
	}

	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #000;
		width: 24px;
		position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
	}

	.header .mobile-menu-trigger span:before {
		top: -6px;
	}

	.header .mobile-menu-trigger span:after {
		top: 6px;
	}

	.header .item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active {
		transform: translate(0%);
	}

	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.header .menu>ul>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back {
		display: block;
	}

	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000000;
	}

	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 25px;
	}

	.header .menu .menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.mega-menu,
	.header .menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.active {
		display: block;
	}

	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		100% {
			opacity: 1;
			transform: translateX(0%);
		}
	}

	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0%);
		}

		100% {
			opacity: 0;
			transform: translateX(100%);
		}
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 20px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0px;
	}

	.header .menu>ul>li .sub-menu>ul>li>a,
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}

@media(max-width:768px) {
	.logo {
		display: inline-block;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 16px;
	}

	.logo img {
		width: 120px;
	}

	.header-item.item-left ul li a img {
		width: 20px;
		height: 20px;
		object-fit: contain;
	}

	.header-item.item-left ul li {
		padding-left: 0;
		padding: 0 5px;
	}

	.header .item-center {
		text-align: center;
	}
}

/*-------- 2.2 Footer --------*/




/*============================================================================================*/
/* 3. INDEX PAGE */
/*============================================================================================*/
/*-------- 3.1 Banner --------*/

.btn-secondary {
	background-color: #ea4636 !important;
	border-color: #ea4636 !important;
}

.text-secondary {
	color: #ea4636 !important;
}

.btn-outline-primary {
	--bs-btn-color: #be406b !important;
	--bs-btn-border-color: #be406b !important;
	--bs-btn-hover-color: #fff !important;
	--bs-btn-hover-bg: #be406b !important;

	--bs-btn-hover-border-color: #be406b !important;


	--bs-btn-active-color: #fff !important;

	--bs-btn-active-bg: #be406b !important;

	--bs-btn-active-border-color: #be406b !important;

	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;

	--bs-btn-disabled-color: #be406b !important;

	--bs-btn-disabled-bg: transparent !important;

	--bs-btn-disabled-bg: transparent !important;

	--bs-btn-disabled-border-color: #be406b;
	--bs-btn-disabled-bg: transparent !important;

	--bs-gradient: none;
}


.banner {
	margin-top: 7rem;
	padding: 6rem 0;
}

.banner-slide h2 {
	font-size: 34px;
	color: #b4235f;
	font-weight: 600;
}

.banner .btn.btn-outline-success.w-50 {
	margin-top: 0px;
	background: #be406b;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border-radius: 2px;
	font-family: 'titillium web', sans-serif;
	background-size: 200% auto;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border-color: #be406b;
	font-size: 14px;
}

.banner .btn.btn-outline-success:hover {
	background: #f6eefb;
	color: #000 !important;
}

.banner .form-control.me-2 {
	border-color: #be406b;
}

.categories-data {
	box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-radius: 10px;
	transition: all .3s ease;
	background: #fff;
	margin-bottom: 30px;
}

.categories-data p {
	text-align: center;
	margin-top: 10px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.categories-data:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
	-moz-transform: translatey(-4px);
}

.services {
	background: #F7F7F7;
	padding: 3rem 0;
}

.services-works {
	padding: 3rem 0;
}

.howItWorkSteps {
	margin: 50px 0 30px;
	text-align: center;
}

.indStep {
	position: relative;
	display: inline-block;
}

.howItWorkSteps {
	text-align: center;
}

.howItWorkSteps .stepNum {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #cccccc;
	color: #fff;
	font-size: 15px;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.stepLine {
	border: solid 1px rgba(59, 59, 59, 0.12);
	width: 26%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2%;
}

.indStep {
	position: relative;
	display: inline-block;
}

.howWorkBlock {
	display: inline-block;
	width: 28.9%;
	margin: 0 2%;
}

.howWorkBlock img {
	width: 100px;
	height: auto;
}

.howWorkBlock .hwTitle {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #3b3b3b;
	margin: 10px 0;
}

.howWorkBlock .hwTitle span {
	display: inline-block;
}

.howWorkBlock .hwDesc {
	font-size: 14px;
	color: #777;
}

.box-1 {
	width: 90px;
	height: 90px;
	background: #b4235f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.box-1 i {
	color: #fff;
	font-size: 32px;
	justify-content: center;
}

.testimonial-wrapper {
	/* padding: 30px 15px; */
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 10px #0000002e;
	margin: 10px;
}

.testimonial-image img {
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-name {
	padding-left: 15px;
}

.testimonial-name h5 {
	color: #777;
	font-size: 17px;
}

.testimonial-text p {
	font-size: 15px;
	color: #333;
	margin: 0;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: flex;
	justify-content: space-between;
}

.testimonial-slider .owl-nav span {
	font-size: 40px;
	width: 40px;
	background: #b4235f;
	display: inline-block;
	height: 40px;
	border-radius: 50px;
	line-height: 30px;
	color: #fff;
	box-shadow: 0 0 10px #00000038;
}

.btn.regerv_btn.w-100.py-3.submit-form {
	margin-top: 0px;
	background: #be406b;
	background-size: auto;
	padding: 8px 45px;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border-radius: 2px;
	font-family: 'titillium web', sans-serif;
	background-size: 200% auto;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	border: 1px solid #be406b;
}

.appointment .form-control {
	height: 50px !important;
	border: 1px solid #ddd !important;
	line-height: 0 !important;
	padding: 0 !;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.5rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	font-size: 14px;
}

.about_us_text p {
	color: #333;
	font-size: 16px;
}

.about_us_text h2 {
	font-size: 34px;
	color: #b4235f;
	font-weight: 600;
}

.footer {
	background: #f7f7f7;
	padding: 4rem 0 4rem;
}

.subscribe .form-control {
	border-color: #e1e1e1;
	border-radius: 5px;
	box-shadow: none;
	height: 50px;
	padding: 0 2rem;
}

.subscribe-form {
	position: relative;
}

.sub {
	position: absolute;
	top: 13px;
	left: 13px;
}

.subscribe-bg {
	background: #be406b;
	border-radius: 10px;
	padding: 2rem;
}

.subscribe-form button {
	border: 0;
	background: transparent;
	border: 1px solid #fff;
	padding: 8px 20px;
	border-radius: 5px;
	color: #fff;
	margin: 18px auto;
	display: table;
	margin-bottom: 0;
}

.subscribe-bg h4 {
	color: #fff;
	font-size: 32px;
}

.subscribe-bg p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.footer-widget-title h3 {
	font-size: 24px;
}

.footer-widget-listing li a {
	font-size: 16px;
	font-weight: 500;
	color: #444;
}

.footer-bottom {
	background: #c80815;
}

.footer-bottom-col-left {
	color: #fff;
	font-size: 16px;
}

.footer-bottom-col-left ul {
	text-align: right;
}

.footer-bottom-col-left ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.footer-bottom-col-left ul li a {
	color: #fff;
	font-size: 16px;
}

.footer-bottom {
	background: #be406b;
	padding: 10px;
	margin-top: 0;
}

.subscribe-form button:hover {
	background: #fff;
	color: #c80815;
}

.footer h2 {
	font-size: 36px;
	margin-top: 2rem;
	color: #be406b;
	font-weight: 600;
}

.footer p {
	color: #333;
	font-size: 22px;
}

.contact_us p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.social-icons-footer ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
}

.social-icons-footer ul li a {
	color: #fff;
}

.fb {
	background: #334c8c;
	line-height: 2.2;
}

.twi {
	background: #00a6de;
	line-height: 2.2;
}

.ins {
	background: linear-gradient(to right, rgba(254, 205, 30, 1) 0%, rgba(255, 37, 124, 1) 51%, rgba(163, 6, 206, 1) 100%);
	line-height: 2.2;
}

.you-tube {
	background: #f20000;
	line-height: 2.2;
}

.ink {
	background: #0b69c7;
	line-height: 2.2;
}

.subscribe {
	text-align: center;
}

.subscribe p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
}

.footer-menu {
	background: #fff;
	padding: 2rem 0;
}

p {
	text-align: justify;
}

.hwDesc {
	text-align: center;
}

.breadcrumb_part.breadcrumb_bg {
	margin-top: 7rem;
}

.breadcrumb_part {
	position: relative;
	z-index: 1;
	height: 270px;
	margin-top: 4rem;
}

.breadcrumb_part .breadcrumb_iner {
	height: 300px;
	width: 100%;
	display: table;
}

.breadcrumb_part .breadcrumb_iner .breadcrumb_iner_item {
	display: table-cell;
	vertical-align: middle;
}

.breadcrumb_part .breadcrumb_iner .breadcrumb_iner_item h2 {
	color: #c76485;
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	line-height: 0.8;
	font-family: 'titillium web', 'sans-serif';
}

.breadcrumb_iner_item h2 {
	margin-top: 0px !important;
}

.heading-breadcumb {
	color: #313131 !important;
}

.speed-boxs {
	background: #be406b;
	padding: 42px;
}

.speed-boxs h3 {
	color: #fff;
	font-size: 26px;
}

.speed-boxs p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 19px;
}

.android-providers {
	margin: 4rem 0;
}

.android-provider {
	background: url(../images/front-view.webp);
	height: 700px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 3rem 0;
}

.android-provider p {
	color: #fff;
}

.broaden {
	background: #be406b url(../images/bg-shape-11.svg);
	height: 400px;
	background-position: center;
	background-size: cover;
	padding: 3rem 3rem;
	border-radius: 10px;
}

.android-pro {
	margin: 4rem 0;
}

.broaden p {
	color: #fff;
}

.fragments {
	margin: 4rem 0;
}

.apply-form-page {
	background: url(../images/modern-water.webp);
	background-position: center;
	background-size: 100%;
	padding: 2rem 3rem;
	background-repeat: no-repeat;
}

.footer-mobile.d-md-none.d-block {
	position: fixed;
	bottom: 0px;
	z-index: 99999;
	background: #fff;
	width: auto;
	color: #242424;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
	margin: 0 0px;
	left: 0;
	border-radius: 0;
	right: 0;
}

.footer-mobile ul {
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: center;
}

.footer-mobile ul {
	text-align: center;
}

.footer-mobile.d-md-none.d-block {
	color: #242424;
}

.footer-mobile a {
	color: #242424;
	padding-right: 0;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 13px;
}

.footer-mobile svg {
	margin-bottom: 5px;
	width: 25px;
}

.list-page-details {
	padding: 3rem 0;
}

.box_1 {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	margin-bottom: 20px;
}

.box_1 p {
	text-align: center;
}

.right-list-box h5 {
	color: #b62857;
	font-weight: 600;
}

.right-list-box h2 {
	margin-bottom: 2rem;
	font-size: 50px;
	font-weight: 600;
}

.QuickLinks_iconWrapper__kiAfE {
	height: 54px;
	width: 54px;
	margin-right: 10px;
	background: rgba(232, 223, 255, .6);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.QuickLinks_quickLinksEle__tMQQr {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #151940;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.QuickLinks_quickLinksEleHolder__hY5IG {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-row-gap: 16px;
	row-gap: 16px;
	width: 100%;
}

.course-details-box {
	background: #be406b;
	padding: 4rem 0;
}

.course-details {
	position: relative;
	top: 50px;
}

.prolite {
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
	margin-top: 2rem;
}

.course-details-box .btn.btn-outline-success.w-50 {
	margin-top: 0px;
	background: #be406b;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border-radius: 2px;
	font-family: 'titillium web', sans-serif;
	background-size: 200% auto;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border-color: #be406b;
	font-size: 14px;
}

.indivi {
	background: #f6f8fd;
	padding: 10px 20px;
	color: #595959;
	font-weight: 600;
}

.LiveChip_liveText__3Cn9z {
	background: #ff4a4a;
	border-radius: 2.46154px;
	color: #fff;
	font-size: 12px;
	margin-right: 6px;
	padding: .5px 3px;
}

.prolite h4 {
	color: #be406b;
	font-weight: 600;
	font-size: 20px;
}

.CourseSticky_courseSticky__BGuO8 {
	position: sticky;
	top: 2rem;
	height: 100%;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	max-width: 392px;
	width: 100%;
}

.CourseSticky_courseStickyWrapper__GL7FD {
	border-radius: 8px;
}

.chooseYourPlan_chooseYourPlanContainer__DZCBq {
	max-width: 1224px;
	margin: auto;
}

.individualPlanCards_mwebCardContainer__iGVIp {
	background: #be406b;
	border-radius: 16px;
	padding: 10px;
}

.individualPlanCards_mwebCardContainer__iGVIp .individualPlanCards_heading__1197o {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
}

.individualPlanCards_mwebCardContainer__iGVIp .individualPlanCards_comparePlans__OpPtS {
	background: #01202b;
	box-shadow: 0 2px 0 #000;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	padding: 5px 12px;
}

.individualPlanCards_mwebCardContainer__iGVIp .individualPlanCards_mwebCardsWrapper__cKhN0 {
	position: relative;
	overflow: auto;
	max-height: calc(100vh - 142px);
}

.individualPlanCards_cardWrapper__7C4EK.individualPlanCards_mwebCardWrapper__gIpEG {
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 0 #f0f0f0;
	background: #fff;
	margin-bottom: 20px;
	padding: 12px;
	border-radius: 8px;
}

.individualPlanCards_cardWrapper__7C4EK .individualPlanCards_cardSectionHead__S_OKF.individualPlanCards_mwebCardSectionHead__KCcTj {
	border-width: 0 0 1px;
}

.individualPlanCards_cardWrapper__7C4EK .individualPlanCards_cardSectionHead__S_OKF {
	border-left-width: 0;
	border-bottom: 1px solid #f2f2f2;
	border-right-width: 0;
	border-top-width: 4px;
	border-top-color: transparent;
}

.individualPlanCards_cardWrapper__7C4EK .individualPlanCards_discount__FQCjp {
	color: #0fb03c;
	font-size: 12px;
	font-weight: 600;
}

.individualPlanCards_cardWrapper__7C4EK .individualPlanCards_cutPrice__KriM9 {
	color: #51626a;
	text-decoration: line-through;
	margin-right: 5px;
}

.mr-4.wt-600.individualPlanCards_interFont__oBwj5.txt-14 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.wt-500.txt-14 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.individualPlanCards_cardWrapper__7C4EK a {
	color: -webkit-link;
	text-decoration: underline;
	font-size: 14px;
}

.black-60.wt-600.mb-24.individualPlanCards_interFont__oBwj5.txt-14 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
}

.flex-noshrink {
	margin-right: 7px;
}

.txt-12.black-80.ml-8 {
	color: #333;
	font-size: 14px;
}

.txt-12.orange-100.mr-4.wt-600 {
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.individualPlanCards_trialAvailable__dVXZp {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.AILiveComponent_impactAtScale__kYAdV {
	max-width: 1224px;
	margin: 64px auto 0;
}

.ImpactScale_ImpactDweb__CsNy1 {
	background: #fff7f3;
}

.our-result {
	padding: 30px 0;
}

.bor-orange-100 {
	border-color: #ff693d;
}

.bor-solid {
	border-style: solid;
}

.bor-t-none {
	border-top-style: none;
}

.bor-l-none {
	border-left-style: none;
}

.bor-8 {
	border-width: 8px;
}

.py-32 {
	padding-bottom: 32px;
}

.py-32 {
	padding-top: 32px;
}

.px-48 {
	padding-right: 48px;
}

.px-48 {
	padding-left: 48px;
}

.round-20 {
	border-radius: 20px;
}

.box-border.wt-600.txt-24.mt-30.mb-10.mr-30.txt-left {
	font-size: 26px;
	color: #373636;
	font-weight: 600;
	margin-bottom: 14px;
}

.impact {
	margin-bottom: 3rem;
}

.profile_box {
	background: rgba(190, 64, 107, 0.2);
	padding: 1rem;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
	border: 1px solid #eee;
	transition: all .3s ease;
}

.alert {
	z-index: 999;
}

.cart_number {
	position: absolute;
	top: -6px;
	right: -5px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #b62857;
	border-radius: 50%;
}

.modal-backdrop {
	position: unset !important;
}

.profile-img {
	height: 200px;
	width: 200px;
	border-radius: 5px;
}

.d-flex.stars-container {
	margin-bottom: 16px;
	display: flex;
}

.d-flex .star-container {
	margin-right: 5px;
	position: relative;
	width: auto;
}

/* Rating star css */
.starfill {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.fa-star-o {
	width: 100%;
}

.star-o-div {
	overflow: hidden;
}

.fa-star-o:before,
.fa-star:before {
	color: #b62857;
}

.star-container .fa {
	font: normal normal normal 18px / 1 FontAwesome !important;
}

.profile_box img {
	width: 200px;
	height: 200px;
	border: 2px solid rgba(190, 64, 107, 0.7);
	border-radius: 50%;
	display: block;
}

.profile_box .card-body ul.list-group {
	border-radius: 6px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.profile_box .card-body ul.list-group .list-group-item {
	font-size: 15px;
	padding: 6px 15px;
}

.profile_box .card-body ul.list-group .list-group-item label {
	font-weight: 600;
}

.clamp-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	line-height: 1.2;
	min-height: calc(1.2em * 3);
}

form .card.profile_box .star-container .fa {
	font: normal normal normal 16px / 1 FontAwesome !important;
}


/* Pagination */

.pagination {
	--bs-pagination-active-bg: #be406b !important;
	--bs-pagination-active-border-color: #be406b !important;
	--bs-pagination-color: #be406b !important;
	--bs-pagination-hover-color: #be406b !important;
}



/* RESPONSIVE BREAKPOINT */

@media(max-width:1400px) {
	.mb-0.call {
		display: none;
	}
}

@media(max-width:1200px) {}


@media(max-width:992px) {
	.banner {
		margin-top: 6rem;
		padding: 2rem 0;
	}

	.header.main_menu.home_menu {
		top: 38px !important;
	}

	.about_us_text {
		margin-bottom: 30px;
	}

	.footer h2 {
		font-size: 26px;
		margin-top: 2rem;
	}

	.footer p {
		color: #333;
		font-size: 14px;
	}

	.contact_us p {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 16px;
	}

	.social-icons-footer ul li a {
		color: #fff;
		line-height: 2;
	}

	.social-icons-footer {
		margin-bottom: 20px;
	}

	.subscribe-bg h4 {
		font-size: 24px;
	}

	.footer-widget-listing li a {
		font-size: 14px;
		font-weight: 500;
		color: #444;
	}

	.footer-widget-listing li {
		margin-bottom: 10px;
	}

	.footer-bottom-col-left {
		color: #fff;
		font-size: 14px;
		text-align: center !important;
	}

	.footer-bottom-col-left ul {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-bottom-col-left ul li a {
		color: #fff;
		font-size: 12px;
	}

	.subscribe-bg p {
		color: #fff;
	}

	.top-header p {
		font-size: 14px;
		text-align: center;
	}

	.android-provider {
		height: auto;
	}

	.broaden {
		height: auto;
		padding: 1rem 1rem;
		border-radius: 10px;
	}

	.breadcrumb_part.breadcrumb_bg {
		margin-top: 5rem;
	}
}

@media(max-width:768px) {
	.header.main_menu.home_menu {
		top: 30px !important;
	}

	.breadcrumb_part.breadcrumb_bg {
		height: 120px !important;
	}

	.breadcrumb_part .breadcrumb_iner {
		height: 120px;
	}

	.breadcrumb_part.breadcrumb_bg {
		margin-top: 6rem;
	}

	.breadcrumb_part .breadcrumb_iner .breadcrumb_iner_item h2 {
		font-size: 22px;
	}

	.speed-boxs {
		padding: 15px;
	}

	.android-provider {
		height: auto;
	}

	.broaden {
		height: auto;
		padding: 1rem 1rem;
		border-radius: 10px;
	}

	.banner-slide h2 {
		font-size: 24px;
		color: #b4235f;
		font-weight: 600;
	}

	.banner {
		margin-top: 6rem;
		padding: 3rem 0;
	}

	.banner-right-slide {
		margin-top: 10px;
	}

	.howWorkBlock {
		display: inline-block;
		width: 100%;
		margin: 0 0%;
	}

	.about_us_text h2 {
		font-size: 24px;
	}

	.about_us_text p {
		color: #333;
		font-size: 14px;
	}

	.about_us_text {
		margin-bottom: 20px;
	}

	.footer h2 {
		font-size: 26px;
		margin-top: 2rem;
	}

	.footer p {
		color: #333;
		font-size: 14px;
	}

	.contact_us p {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 16px;
	}

	.social-icons-footer ul li a {
		color: #fff;
		line-height: 3;
	}

	.social-icons-footer {
		margin-bottom: 20px;
	}

	.subscribe-bg h4 {
		font-size: 24px;
	}

	.footer-widget-listing li a {
		font-size: 14px;
		font-weight: 500;
		color: #444;
	}

	.footer-widget-listing li {
		margin-bottom: 10px;
	}

	.footer-bottom-col-left {
		color: #fff;
		font-size: 14px;
		text-align: center !important;
	}

	.footer-bottom-col-left ul {
		text-align: center;
		margin-bottom: 8px;
	}

	.footer-bottom-col-left ul li a {
		color: #fff;
		font-size: 12px;
	}

	.subscribe-bg p {
		color: #fff;
	}

	.top-header p {
		font-size: 14px;
		text-align: center;
	}

	.apply-form-page .form-control {
		height: 30px;
	}

	.footer-bottom {
		margin-bottom: 5rem;
	}

	.right-list-box h2 {
		margin-bottom: 2rem;
		font-size: 30px;
		font-weight: 600;
	}

	.QuickLinks_quickLinksEle__tMQQr {
		display: block;
		text-align: center;
		margin: 0px auto;
	}

	.QuickLinks_iconWrapper__kiAfE {
		margin-right: 0;
	}

	.QuickLinks_iconWrapper__kiAfE {
		margin: 0 auto;
	}

	.typeahead.form-control.me-2.border {
		margin-bottom: 10px;
	}

	.course-details {
		position: relative;
		top: 0px;
	}

	.d-flex.align-items-center.py-6.px-16 {
		margin-top: 10px;
	}

	.individualPlanCards_cardWrapper__7C4EK .individualPlanCards_cardSectionHead__S_OKF.individualPlanCards_mwebCardSectionHead__KCcTj {
		border-width: 0 0 1px;
		padding-bottom: 20px;
	}

	.box-border.wt-600.txt-24.mt-30.mb-10.mr-30.txt-left {
		font-size: 21px;
		color: #373636;
		font-weight: 600;
		margin-bottom: 7px;
		line-height: 1.3;
	}

	@media (max-width: 991px) {
		.fa-cart-shopping {
			position: relative !important;
			transform: rotate(0deg) !important;
		}
	}

}

@media(max-width:576px) {

	.profile_box button,
	a.btn {
		margin-bottom: 5px;
		width: 100% !important;
	}

	.clamp-lines {
		display: block;
	}
}